From 440173ce0aa0697feb9e8a406a8b558d4460d030 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 19 Sep 2003 17:12:53 +0000 Subject: [PATCH] (command-line-1): Stop startup-echo-area-message being hidden by "Loading image..." message. --- lisp/startup.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/startup.el b/lisp/startup.el index 66e94665117..8d425f84e19 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -1553,6 +1553,8 @@ normal otherwise." nil t)) (error nil)) (kill-buffer buffer))))) + ;; Stop any "Loading image..." message hiding echo-area-message. + (use-fancy-splash-screens-p) (display-startup-echo-area-message)) ;; Delay 2 seconds after an init file error message -- 2.30.2